Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
sqrt
sqrt
Square root
Name:
sqrt
Category:
math
Programming Language:
php
One-line Description:
Square root.
Related
How to Properly Handle 0 and Negative Numbers with PHP's sqrt Function
3
Similar Functions
mt_getrandmax
mt_getrandmax
Displaythemaximumpos
cosh
cosh
Hyperboliccosine
log
log
Naturallogarithm
mt_srand
mt_srand
Sowabetterrandomnumb
expm1
expm1
Returnsexp(number)-1
floor
floor
Leavethemethodofsort
atan2
atan2
Arctangleoftwoparame
decoct
decoct
Convertdecimaltoocta
Popular Articles
How to Properly Handle 0 and Negative Numbers with PHP's sqrt Function